Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps the vhost-device group with 11 updates:

Package From To
clap 4.4.6 4.4.7
libc 0.2.149 0.2.150
virtio-bindings 0.2.1 0.2.2
virtio-queue 0.9.0 0.10.0
tempfile 3.8.0 3.8.1
num_enum 0.7.0 0.7.1
serde 1.0.189 1.0.192
serde_yaml 0.9.25 0.9.27
indexmap 2.0.2 2.1.0
proc-macro-crate 1.3.1 2.0.0
winnow 0.5.17 0.5.19

Updates clap from 4.4.6 to 4.4.7

Changelog

Sourced from clap's changelog.

[4.4.7] - 2023-10-24

Performance

  • Reduced code size
Commits

Updates libc from 0.2.149 to 0.2.150

Release notes

Sourced from libc's releases.

0.2.150

What's Changed

New Contributors

... (truncated)

Commits
  • 4d2b981 Auto merge of #3424 - JohnTitor:release-0.2.150, r=JohnTitor
  • f50c0a1 Prepare release for v0.2.150
  • 240de1f Auto merge of #3400 - devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor
  • 68f46d3 Auto merge of #3421 - ids1024:redox-group, r=JohnTitor
  • a685037 redox: Add remaining grp.h functions
  • 00f48a6 Auto merge of #3418 - JohnTitor:Mantic-Minotaurgha, r=JohnTitor
  • 8498879 Auto merge of #3393 - Brijeshkrishna:main, r=JohnTitor
  • f367fa2 Auto merge of #3328 - vincentisambart:apple-additional-decls, r=JohnTitor
  • a104192 Auto merge of #3163 - mbyzhang:master, r=JohnTitor
  • 946c348 Upgrade Docker images to Ubuntu 23.10
  • Additional commits viewable in compare view

Updates virtio-bindings from 0.2.1 to 0.2.2

Release notes

Sourced from virtio-bindings's releases.

virtio-bindings-v0.2.2

Added

  • Added bindings for virtio_ids.h
  • Regenerate bindings with Linux 6.4.
Commits
  • 0494c05 virtio-vsock: Release v0.3.2
  • cec066d virtio-queue-ser: Release 0.6.0
  • 7241d16 virtio-queue: Release 0.9.1
  • 623207c virtio-queue-ser: Tweak version comment
  • 9ac9e3e virtio-bindings: Release 0.2.2
  • 07c5d38 fuzz: virtio-blk: add to Buildkite pipeline
  • 121c4e0 fuzz: virtio-blk: add test
  • 23be8dd fuzz: add virtio-blk target
  • f69ec8a build(deps): bump the vm-virtio group with 2 updates
  • 00f1ae9 coverage: adapt to the new cargo-llvm-cov
  • Additional commits viewable in compare view

Updates virtio-queue from 0.9.0 to 0.10.0

Release notes

Sourced from virtio-queue's releases.

virtio-queue-v0.10.0

Identical to v0.9.1, which was incorrectly published as minor release.

Changed

  • Updated vm-memory from 0.12.0 to 0.13.1.
  • Updated dev-dependencies:
    • criterion (0.3.0 -> 0.5.1)
    • memoffset (0.7.1 -> 0.9.0)
Commits
  • 3ace54f virtio-queue-ser: new release 0.7.0
  • 76f4efd virtio-queue: release v0.10.0
  • 0494c05 virtio-vsock: Release v0.3.2
  • cec066d virtio-queue-ser: Release 0.6.0
  • 7241d16 virtio-queue: Release 0.9.1
  • 623207c virtio-queue-ser: Tweak version comment
  • 9ac9e3e virtio-bindings: Release 0.2.2
  • 07c5d38 fuzz: virtio-blk: add to Buildkite pipeline
  • 121c4e0 fuzz: virtio-blk: add test
  • 23be8dd fuzz: add virtio-blk target
  • Additional commits viewable in compare view

Updates tempfile from 3.8.0 to 3.8.1

Changelog

Sourced from tempfile's changelog.

3.8.1

  • Update rustix to fix a potential panic on persist_noclobber on android.
  • Update redox_syscall to 0.4 (on redox).
  • Fix some docs typos.
Commits

Updates num_enum from 0.7.0 to 0.7.1

Commits

Updates serde from 1.0.189 to 1.0.192

Release notes

Sourced from serde's releases.

v1.0.192

v1.0.191

  • Documentation improvements

v1.0.190

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)
Commits
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 59892e7 Release 1.0.191
  • 97dd07a Merge pull request #2647 from dtolnay/doccfg
  • c8bc97c Document "rc" and "unstable" features on docs.rs
  • 9dacfbb Fill in more doc(cfg) attributes
  • 05c2509 Relocate cfg attrs into deref_impl
  • 64f949b Relocate cfg attrs into parse_ip_impl and parse_socket_impl
  • 3f339de Relocate cfg attrs into seq_impl and map_impl
  • 215c2b7 Relocate cfg attrs into forwarded_impl macro
  • Additional commits viewable in compare view

Updates serde_yaml from 0.9.25 to 0.9.27

Release notes

Sourced from serde_yaml's releases.

0.9.27

  • Always serialize serde_yaml::Number containing NaN as a positive NaN (#394)

0.9.26

  • Guarantee that .nan is deserialized as a positive NaN (#392, #393)
Commits
  • 66ec2cf Release 0.9.27
  • 23069f2 Merge pull request #394 from dtolnay/numbernan
  • 1cda03f Destroy NaN signaling and payload too
  • 88c032f Deterministically destroy sign of NaN when converted to Number
  • 22116b6 Expand from_float macro
  • 1e2a89c Format PR 393 with rustfmt
  • 8032b5c Release 0.9.26
  • d07a63c Merge pull request #393 from dtolnay/nansign
  • 13e2610 Pull in serde NaN fix
  • 8fa21e5 Add test of NaN sign when deserializing to primitive
  • Additional commits viewable in compare view

Updates indexmap from 2.0.2 to 2.1.0

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

Commits

Updates proc-macro-crate from 1.3.1 to 2.0.0

Release notes

Sourced from proc-macro-crate's releases.

v2.0.0

What's Changed

Full Changelog: bkchr/proc-macro-crate@v1.3.1...v2.0.0

Commits

Updates winnow from 0.5.17 to 0.5.19

Changelog

Sourced from winnow's changelog.

[0.5.19] - 2023-11-03

Features

  • Add separated combiantor

Compatibility

  • Deprecated separated0 and separated1 in favor of separated

[0.5.18] - 2023-10-30

Fixes

  • Support Accumulate for HashMap with custom hashers

Compatibility

  • Deprecated Uint impls for signed numbers
Commits
  • a19ef45 chore: Release
  • 6edde8c docs: Update changelog
  • bea2415 Merge pull request #362 from vwkd/separate
  • f506135 fix(combinator): improve naming
  • f7d027e fix(combinator): replace separated0 and separated1 with separated
  • af5251e feat(combinator): add separated
  • 947082e Merge pull request #364 from vwkd/reorder-combinator
  • f8a448c reorder repeat
  • 1d30ecb Merge pull request #363 from vwkd/fix-renames
  • 7d27917 fix: rename old many0 in comments
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vhost-device group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.149` | `0.2.150` |
| [virtio-bindings](https://github.com/rust-vmm/vm-virtio) | `0.2.1` | `0.2.2` |
| [virtio-queue](https://github.com/rust-vmm/vm-virtio) | `0.9.0` | `0.10.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.0` | `0.7.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.189` | `1.0.192` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.25` | `0.9.27` |
| [indexmap](https://github.com/bluss/indexmap) | `2.0.2` | `2.1.0` |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `1.3.1` | `2.0.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.17` | `0.5.19` |


Updates `clap` from 4.4.6 to 4.4.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.6...v4.4.7)

Updates `libc` from 0.2.149 to 0.2.150
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.150)

Updates `virtio-bindings` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-bindings-v0.2.1...virtio-bindings-v0.2.2)

Updates `virtio-queue` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-queue-v0.9.0...virtio-queue-v0.10.0)

Updates `tempfile` from 3.8.0 to 3.8.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `num_enum` from 0.7.0 to 0.7.1
- [Commits](https://github.com/illicitonion/num_enum/commits)

Updates `serde` from 1.0.189 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.189...v1.0.192)

Updates `serde_yaml` from 0.9.25 to 0.9.27
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.25...0.9.27)

Updates `indexmap` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.2...2.1.0)

Updates `proc-macro-crate` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v1.3.1...v2.0.0)

Updates `winnow` from 0.5.17 to 0.5.19
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.17...v0.5.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: virtio-bindings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: virtio-queue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vhost-device
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vhost-device
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: vhost-device
- dependency-name: proc-macro-crate
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: vhost-device
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: vhost-device
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 7, 2023
@Ablu
Copy link

Ablu commented Nov 7, 2023

This will need rust-vmm/vhost#193 or ignoring of virtio-queue to work.

@stefano-garzarella
Copy link
Member

This will need rust-vmm/vhost#193 or ignoring of virtio-queue to work.

ooops, right!

@stefano-garzarella
Copy link
Member

This will need rust-vmm/vhost#193 or ignoring of virtio-queue to work.

ooops, right!

Okay, now everything should be here, so:

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/vhost-device-a8f9b63ee6 branch November 7, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants